Improvement #8895 : 'invalid request BLR' puts actual error (and procedure where it happened) at the end where it is truncated by ISC API#8900
Conversation
…edure where it happened) at the end where it is truncated by ISC API
|
Could you please show the error stack before and after the fix? I'm afraid this gonna break all programmer checks like |
Before: After: Also, note, now this order is the same as in execution error:
I would be very surprized if someone look for error code in |
It's a common practice in the Firebird codebase :) In RDB, we check for |
Not always. Usually it depends on exact knowledge of what error code is primary.
BTW, this PR restored how error looks like before v3. |
|
I have no objections, just some headache to figure out the best way to fix things back ;) |
Revert order of entires in status-vector so that original error is put on the top, not at the bottom